home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / MacMarlais 0.5.3 dist ƒ / Information / ARGUMENTS < prev    next >
Encoding:
Text File  |  1994-10-01  |  1.1 KB  |  34 lines  |  [TEXT/Mrls]

  1. marlais [-d] [-c] [-n] [init-file ...]
  2.  
  3. marlais is the Marlais Dylan(TM) interpreter.  It directly evaluates
  4. programs written in a variant of Apple Computer's Dylan programming
  5. language.  Marlais supports both the infix syntax defined in the Dylan
  6. Interim Reference Manual[1], and the prefix syntax of the Dylan book[2].
  7.  
  8. Each of the specified init-files must contain prefix Dylan code to be
  9. evaluated before the interpreter begins its read-eval-print loop.
  10. If errors occur during load of the init-files, the interpreter will
  11. terminate its execution.
  12.  
  13. Switches:
  14.  
  15.     -c    Use prefix (classic) Dylan syntax.
  16.  
  17.     -d    Generate parser debug output.
  18.  
  19.     -e    Echo equivalent prefix expression.
  20.  
  21.         This flag causes the interpreter to echo the prefix
  22.         Dylan expression equivalent to any infix expression
  23.         it encounters in its read-eval-print loop.
  24.  
  25.     -n    Suppress loading the system default Dylan init file.
  26.  
  27.  
  28. [1] Andrew Shalit, Orca Starbuck, et. al. "Dylan (TM) Interim Reference Manual.
  29. Apple Computer, Inc.  1992-1994
  30.  
  31. [2] Andrew Shalit.  "Dylan: an object oriented dynamic language".
  32. Apple Computer, Inc.  1992.
  33.  
  34.